refactor: update worker classes #3171
Merged
+95
−95
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request ensures that the go-livepeer code uses the new worker classes that were defined in livepeer/ai-worker#191.
What does this pull request do? Explain your changes. (required)
To improve the SDKs we did change some of the FastAPI configurations this has to be propogated to the go-livepeer software since the bindings are generated based on these configurations. For more information see livepeer/ai-worker#191.
Specific updates (required)
How did you test each of these updates (required)
I ran a updated Gateway and Orchestrator togheter with the right updated version of the worker (i.e. livepeer/ai-worker#191) on-chain to check if it works. The only tests I have to do is quick back compatibility tests.
Does this pull request close any open issues?
No but it implements a change needed to improve the SDKs.
Checklist:
make
runs successfullyAll tests in../test.sh
pass - Still have to be fixed